Update cibuildwheel to compile wheels for Python 3.12#369
Update cibuildwheel to compile wheels for Python 3.12#369tonybaloney wants to merge 2 commits intoAzure:mainfrom
Conversation
|
this highlights how the current source code is incompatible with cython>v3.0.0 which was released recently. Because there wasn't a version range specified in pyproject.toml the current build is broken |
|
@tonybaloney can we address the issues separately, by using a version range on cython and raising a separate issue so that the Python 3.12 wheels can ship? |
|
Do we have an ETA for the python 3.12 support. We use the uamqp library as a dependency in our azure cli extension and this is currently blocking our customers from using the latest python version in their build piplines. |
@tonybaloney could you please provide some estimations? |
|
Hi everyone, @tysonclugg @errarr are yall using uamqp because of the python Service Bus or Event Hub client libraries or using it directly in your code? |
We're using uamqp directly in our project, receiving message from multiple AMQP 1.0 channels. |
|
Was resolved by #370 |
Fixes #368